FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ehealth4u.package#1.0.0 (78 ms)

Package ehealth4u.package
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4
Url http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4
Status draft
Name CYEHRSDMedicalTeam
Title Cyprus EHR Medical Team profile
Experimental False
Description An outpatient medical doctor offers/provides medical healthcare services either by working on his/her own or as part of a medical team which is comprised by the heading doctor, other doctors, nurses and medical secretaries. The main use-case of this profile is to represent a medical team which will allow a medical team's heading doctor to group together (via this resource) all the practitioners who work together to provide healthcare services (e.g. this profile can be used to represent a medical office of a medical doctor)
Type Organization
Kind resource

Resources that use this resource

StructureDefinition
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-consenthealthcareassociate-r4 Cyprus EHR Healthcare Associate Consent profile
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4 Cyprus EHR Medical Team Location profile
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerrole-r4 Cyprus EHR Practitioner Role profile
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerrolehealthcareassociate-r4 Cyprus EHR Healthcare Associate Practitioner Role profile
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-procedure-r4 Cyprus EHR Procedure

Resources that this resource uses

StructureDefinition
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-address Cyprus EHR Address datatype
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4 Cyprus EHR Organization profile


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "cyehr-sd-medicalteam-r4",
  "url" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4",
  "name" : "CYEHRSDMedicalTeam",
  "title" : "Cyprus EHR Medical Team profile",
  "status" : "draft",
  "publisher" : "eHealth4U",
  "contact" : [
    {
      "name" : "eHealth Lab (University of Cyprus)",
      "telecom" : [
        {
          "system" : "email",
          "value" : "ehealthl@ucy.ac.cy",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "An outpatient medical doctor offers/provides medical healthcare services either by working on his/her own or as part of a medical team which is comprised by the heading doctor, other doctors, nurses and medical secretaries. The main use-case of this profile is to represent a medical team which will allow a medical team's heading doctor to group together (via this resource) all the practitioners who work together to provide healthcare services (e.g. this profile can be used to represent a medical office of a medical doctor)",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization",
        "path" : "Organization",
        "constraint" : [
          {
            "key" : "cyehr-medicalteam-1",
            "severity" : "error",
            "human" : "The partOf.reference or partOf.identifier elements shall be used to record the organization entity, in which this medical team is performing.",
            "expression" : "partOf.exists() implies (partOf.reference.exists() or partOf.identifier.exists())",
            "source" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4"
          }
        ]
      },
      {
        "id" : "Organization.meta",
        "path" : "Organization.meta"
      },
      {
        "id" : "Organization.meta.profile",
        "path" : "Organization.meta.profile",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Organization.meta.profile:CyprusEHRProfile",
        "path" : "Organization.meta.profile",
        "sliceName" : "CyprusEHRProfile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4"
      },
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "comment" : "CyprusEHR: Not to be used in the context of Cyprus EHR."
      },
      {
        "id" : "Organization.active",
        "path" : "Organization.active",
        "comment" : "This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used.\n\nThis element is labeled as a modifier because it may be used to mark that the resource was created in error."
      },
      {
        "id" : "Organization.type",
        "path" : "Organization.type",
        "min" : 1,
        "max" : "1",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
              "code" : "team",
              "display" : "Organizational team"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.type.coding.system",
        "path" : "Organization.type.coding.system",
        "min" : 1
      },
      {
        "id" : "Organization.type.coding.code",
        "path" : "Organization.type.coding.code",
        "min" : 1
      },
      {
        "id" : "Organization.type.coding.display",
        "path" : "Organization.type.coding.display",
        "min" : 1
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom",
        "path" : "Organization.telecom",
        "comment" : "The use code 'home' is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "comment" : "Organization may have multiple addresses with different uses or applicable periods. The use code 'home' is not to be used.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR.",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/Address",
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-address"
            ]
          }
        ]
      },
      {
        "id" : "Organization.partOf",
        "path" : "Organization.partOf",
        "definition" : "The organization of which this organization forms a part.\r\n\r\nCyprusEHR: The organization in the context of which this medical team was created and is performing. It represents the legal organization entity where the particular medical team provides healthcare services.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.partOf.reference",
        "path" : "Organization.partOf.reference",
        "mustSupport" : true
      },
      {
        "id" : "Organization.partOf.identifier.use",
        "path" : "Organization.partOf.identifier.use",
        "mustSupport" : true
      },
      {
        "id" : "Organization.partOf.identifier.system",
        "path" : "Organization.partOf.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.partOf.identifier.value",
        "path" : "Organization.partOf.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact",
        "path" : "Organization.contact",
        "comment" : "Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use.\r\n\r\nCyprusEHR: Copy the name, telecom and address of the referenced CYEHRSDPractitioner of the CYEHRSDPractitionerRoleHealthcareAssociate who is the custodian of this medical team (CYEHRSDPractitionerRoleHealthcareAssociate.organization.extension('CYEHREXTCustodian').valueBoolean = 'True').",
        "max" : "1"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.